{% extends 'voter/master2.html' %} {% block title %} home {% endblock title %} {% load static %} {% block content %} View Candidate Digital Voting
{% csrf_token %}
{% for candidate in candidates %}

{{candidate.name}}

{% endfor %}
{% for message in messages %}

{{message}}

{% endfor %}
{% endblock content %}